This is the directory that holds all your profiles.

Backing up a profile is a simple operation, depending
on what you want to save.

Filenames are as follow:

================================================
Filename:     Description:
================================================
P?.DAT       | Profile
CFG?.DOS     | DOS configuration
CFG?.SDL     | SDL configuration
S?X.DAT      | Savegame slot X (actual slot -1)
HISCORES.DAT | High Scores
================================================

Looks complicated, I know. To backup a specific profile,
look which slot in the game menu your profile occupies and
memorize the slot number.

-1 from the slot number and look for files that have that
number in place of the ? from the above filename chart.

For example:

Situation:

I want to backup the first profile in the menu.
I have made two savegames (first two slots) and I have config
for the DOS and SDL version. I also want to transfer all the High
Scores to another computer.

Answer:

Let's see, the slot number of my profile in the menu is 1.
I know that (1-1 = 0), so I want the following files:

- P0.DAT
- CFG0.DOS
- CFG0.SDL
- S00.DAT
- S01.DAT
- HISCORES.DAT

After this I can simply copy these files to another "Profiles"
directory to play with this profile with all my settings, scores
and stuff intact.


Take care,
Codetech84